contactCHECK Request
Function
This request is used to query the status of a Contact.
Requirements
None
Features
You can only query the status of Contacts administered by your own.
Request Parameters
A Contact CHECK request comprises the parameters described below:
K/V Keyword | XML Namespace and Element | Occurrence min - max |
Type / Length | Value Range | Description |
Action | contact:check | 1 | enumeration | check-erule | request type |
Version | - | 1 | enumeration | version-erule | This is the version. The keyword is only relevant for requests in the key/value format. |
Handle | contact:handle | 1 | enumeration | contact-rule | This is the unique ID of the Contact. Apply the following syntax: <RegAccId>-<ID of DENIC member> |
Examples
- xml
- k/v
format: xml
request: contactCHECK
<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:contact="http://registry.denic.de/contact/5.0">
<contact:check>
<contact:handle>DENIC-1000002-MAX</contact:handle>
</contact:check>
</registry-request>
format: xml
response: contactCHECK
<?xml version="1.0" encoding="UTF-8"?>
<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
<tr:transaction>
<tr:stid>ba1b8093-9a2b-11df-a9e2-9519b5688882</tr:stid>
<tr:result>success</tr:result>
<tr:data>
<contact:checkData xmlns:contact="http://registry.denic.de/contact/5.0">
<contact:handle>DENIC-1000002-MAX</contact:handle>
<contact:status>exist</contact:status>
</contact:checkData>
</tr:data>
</tr:transaction>
</registry-response>